:root {
    --primary: rgb(255, 144, 9);
    --primary-dark: #c48237;
    --bg-dark: #0a0a0b;
    --text-main: #ffffff;
    --text-dim: rgba(255, 255, 255, 0.7);
    --primary-soft: #eff6ff;
    --dark: #0f172a;
    --text-muted: #64748b;
    --bg-light: #f8fafc;
    --white: #ffffff;
    --glass: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(255, 255, 255, 0.1);
    --font-main: 'Outfit', sans-serif;
    --font-acc: 'Inter', sans-serif;
    --dash-primary: #cd6e1c;
    --dash-primary-soft: rgba(205, 110, 28, 0.16);
    --dash-bg: #10171d;
    --dash-sidebar-bg: #10171d;
    --dash-text-main: #ecf0f1;
    --dash-text-muted: #95a5a6;
    --dash-border: rgba(255, 255, 255, 0.1);
    --dash-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
    --dash-radius: 18px;
    --bg-modal: #10171d;
    --bg-secondary: #233445;
    --text-primary: #ecf0f1;
    --text-secondary: #95a5a6;
    --orange-1: #cd6e1c;
    --orange-2: #f39c12;
    --brand-gradient: linear-gradient(135deg, var(--orange-1), var(--orange-2));
}